runtime.gcWork.putObjFast (method)

3 uses

	runtime (current package)
		mgcmark.go#L1478: 				if !gcw.putObjFast(oblet) {
		mgcmark.go#L1710: 	if !gcw.putObjFast(obj) {
		mgcwork.go#L199: func (w *gcWork) putObjFast(obj uintptr) bool {